home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- </intro>
-
- <!--
- Occasionally some attachments needed to be transported between
- two trading partners, such as Design for a special ordered item,
- etc.
- -->
-
- <elementtype name="Attachment">
- <model>
- <sequence>
- <!-- the purpose or type of the attachment,
- e.g.: BluePrint, Schema, Design, etc.
- Recommended length: AlphaNum70 -->
- <element type="string" name="Purpose" />
-
- <!-- the suggested storage file name
- e.g.: Pleasantdome.doc
- Recommended length: AlphaNum70 -->
- <element type="string" name="FileName" occurs="?" />
-
- <!-- Title of the attachment,
- e.g.: Pleasantdome Blue Print
- Recommended length: AlphaNum70 -->
- <element type="string" name="Title" occurs="?" />
-
- <!-- Language of the Purpose and Title -->
- <element type="LangCode" name="Language" occurs="?" />
-
- </sequence>
- </model>
- <attdef datatype="URI" name="Attachment"><required/></attdef>
- </elementtype>
-
- <!-- A container for a list of one or more Attachments -->
- <elementtype name="ListOfAttachment">
- <model>
- <element type="Attachment" occurs="+" />
- </model>
- </elementtype>
-
- </schema>
-